"""
EXO Clip Text Encode 👑
-----------------------------

Features:
- Dual Prompt Handling: This node processes both positive and negative text prompts.
- Encoding: Utilizes CLIP models to convert text inputs into conditioning tensors.
- UTF-8 Compatibility: Ensures that text inputs are properly encoded in UTF-8.

Inputs:
- Clip_Input: Connect this to the output of a loaded CLIP model.
- Positive_Text: A multiline string input for positive prompts.
- Negative_Text: A multiline string input for negative prompts.

Outputs:
- Clip_Cond_Positive: The positive conditioning tensor.
- Clip_Cond_Negative: The negative conditioning tensor.
- Positive_Text: The original positive text prompt, available for downstream use.
- Negative_Text: The original negative text prompt, available for downstream use.
"""
